Skip to main content

Terms

Data Visualization Types

TermDescription
Area chartA data visualization that uses individual data points for a changing variable connected by a continuous line with a filled-in area underneath.
Box plotA data visualization that displays the distribution of values along an x-axis.
Bubble chartA data visualization that displays individual data points as bubbles, comparing numeric values by their relative size.
Bullet graphA data visualization that displays data as a horizontal bar chart moving toward a desired value.
Circle viewA data visualization that shows comparative strength in data.
Column chartA data visualization that uses individual data points for a changing variable, represented as vertical columns.
Combo chartA data visualization that combines more than one visualization type.
Density mapA data visualization that represents concentrations, with color representing the number or frequency of data points in a given area on a map.
Distribution graphA data visualization that displays the frequency of various outcomes in a sample.
Donut chartA data visualization where segments of a ring represent data values adding up to a whole.
Filled mapA data visualization that colors areas in a map based on measurements or dimensions.
Gantt chartA data visualization that displays the duration of events or activities on a timeline.
Gauge chartA data visualization that shows a single result within a progressive range of values.
Highlight tableA data visualization that uses conditional formatting and color on a table.
Packed bubble chartA data visualization that displays data in clustered circles.
Symbol mapA data visualization that displays a mark over a given longitude and latitude.
Heat mapA data visualization that uses color contrast to compare categories in a dataset.
HistogramA data visualization that shows how often data values fall into certain ranges.
Line graphA data visualization that uses one or more lines to display shifts or changes in data over time.
Pie chartA data visualization that uses segments of a circle to represent the proportions of each data category compared to the whole.
Pivot chartA chart created from the fields in a pivot table.
ScatterplotA data visualization that represents relationships between different variables with individual data points without a connecting line.

Database and SQL Concepts

TermDescription
CASEA SQL statement that returns records that meet conditions by including an if/then statement in a query.
CASTA SQL function that converts data from one datatype to another.
COUNTA spreadsheet function that counts the number of cells in a range.
COUNTAA spreadsheet function that counts the total number of values within a range that meet specified criteria.
COUNTIFA spreadsheet function that returns the number of cells in a range that match a specified value.
COUNT DISTINCTA SQL function that only returns the distinct values in a specified range.
CREATE TABLEA SQL clause that adds a temporary table to a database that can be used by multiple people.
DROP TABLEA SQL clause that removes a temporary table from a database.
GROUP BYA SQL clause that groups rows that have the same values from a table into summary rows.
INNER JOINA SQL function that returns records with matching values in both tables.
JOINA SQL function that is used to combine rows from two or more tables based on a related column.
LEFT JOINA SQL function that will return all the records from the left table and only the matching records from the right table.
RIGHT JOINA SQL function that will return all records from the right table and only the matching records from the left.
OUTER JOINA SQL function that combines RIGHT and LEFT JOIN to return all matching records in both tables.
SELECTThe section of a query that indicates from which column (s) to extract the data.
SELECT INTOA SQL clause that copies data from one table into a temporary table without adding the new table to the database.
WHEREThe section of a query that specifies criteria that the requested data must meet.

Statistical and Mathematical Concepts

TermDescription
AVERAGEA spreadsheet function that returns an average of the values from a selected range.
AVERAGEIFA spreadsheet function that returns the average of all cell values from a given range that meet a specified condition.
CORRELATIONThe measure of the degree to which two variables change in relationship to each other.
CONFIDENCE INTERVALA range of values that conveys how likely a statistical estimate reflects the population.
CONFIDENCE LEVELThe probability that a sample size accurately reflects the greater population.
COUNTA spreadsheet function that counts the number of cells in a range.
COUNTAA spreadsheet function that counts the total number of values within a range that meet specified criteria.
COUNTIFA spreadsheet function that returns the number of cells in a range that match a specified value.
COUNT DISTINCTA SQL function that only returns the distinct values in a specified range.
MAXA function that returns the largest numeric value from a range of cells.
MINA spreadsheet function that returns the smallest numeric value from a range of cells.
SUMA function that adds the values of a selected range of cells.
SUMIFA spreadsheet function that adds numeric data based on one condition.
SUMPRODUCTA function that multiplies arrays and returns the sum of those products.

Data Management and Analysis Terms

TermDescription
Data aggregationThe process of gathering data from multiple sources and combining it into a single, summarized collection.
Data analysisThe collection, transformation, and organization of data in order to draw conclusions, make predictions, and drive informed decision-making.
Data analystSomeone who collects, transforms, and organizes data in order to draw conclusions, make predictions, and drive informed decision-making.
Data analyticsThe science of data.
Data anonymizationThe process of protecting people's private or sensitive data by eliminating identifying information.
Data biasWhen a preference in favor of or against a person, group of people, or thing systematically skews data analysis results in a certain direction.
Data designHow information is organized.
Data-driven decision-makingUsing facts to guide business strategy.
Data ecosystemThe various elements that interact with one another in order to produce, manage, store, organize, analyze, and share data.
Data governanceA process for ensuring the formal management of a company’s data assets.
Data integrityThe accuracy, completeness, consistency, and trustworthiness of data throughout its lifecycle.
Data interoperabilityThe ability to integrate data from multiple sources and a key factor leading to the successful use of open data among companies and governments.
Data life cycleThe sequence of stages that data experiences, which include plan, capture, manage, analyze, archive, and destroy.
Data mappingThe process of matching fields from one data source to another.
Data mergingThe process of combining two or more datasets into a single dataset.
Data modelA tool for organizing data elements and how they relate to one another.
Data privacyPreserving a data subject’s information any time a data transaction occurs.
Data replicationThe process of storing data in multiple locations.
Data securityProtecting data from unauthorized access or corruption by adopting safety measures.
Data strategyThe management of the people, processes, and tools used in data analysis.
Data transferThe process of copying data from a storage device to computer memory or from one computer to another.
Data validationA tool for checking the accuracy and quality of data.
Data visualizationThe graphical representation of data.
DatabaseA collection of data stored in a computer system.
DatasetA collection of data that can be manipulated or analyzed as one unit.